IsNotComplete
The IsNotComplete method should return a Boolean value that indicates whether the iteration is incomplete.
ODBoolean IsNotComplete ();
- return value
kODTrue
if the iteration is incomplete, otherwisekODFalse
.DISCUSSION
Your part calls this method to test whether more focus owners remain in the iteration sequence. This method returnskODTrue
if the preceding call to theFirst
orNext
method found a focus owner. This method returnskODFalse
when you have examined all the focus owners.OVERRIDING
If you subclassODFocusOwnerIterator
, you must override this method. Your override must not call its inherited method; that is, your override must implement this method's functionality completely.EXCEPTIONS
kODErrIteratorNotInitialized
- This method was called before calling either the
First
orNext
method to begin the iteration.kODErrIteratorOutOfSync
- The list of focus owners was modified while the iteration was in progress.
Main | Page One | What's New | Apple Computer, Inc. | Find It | Contact Us | Help